projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea01f00
)
(get_lim_data): Use reserved_heap_size instead of
author
Andrew Innes
<andrewi@gnu.org>
Sun, 17 Jan 1999 19:18:38 +0000
(19:18 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sun, 17 Jan 1999 19:18:38 +0000
(19:18 +0000)
data_region_size.
src/mem-limits.h
patch
|
blob
|
history
diff --git
a/src/mem-limits.h
b/src/mem-limits.h
index 333642f0c8208f4bfdf1e3e8072c7ba2d121caf3..1fc6c1331dba79f797768832c6fdce6a0f1c1b5b 100644
(file)
--- a/
src/mem-limits.h
+++ b/
src/mem-limits.h
@@
-141,8
+141,8
@@
get_lim_data ()
static void
get_lim_data ()
{
- extern unsigned long
data_region
_size;
- lim_data =
data_region
_size;
+ extern unsigned long
reserved_heap
_size;
+ lim_data =
reserved_heap
_size;
}
#else